home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 356 / context2 / macros.txt < prev   
Encoding:
Text File  |  1990-02-02  |  411 b   |  19 lines

  1. ; Macro for stripping hard Tabs from the text
  2. ; (used with a repeat factor for best results - a suitably large number
  3. ;  will clean up the whole file).
  4. .macro T|<35>    |1|<14><53>$
  5.  
  6. ; IF-THEN macro
  7. .macro I|IF  THEN|END;|<2:1><3:4>$
  8.  
  9. ;WHILE-DO macro
  10. .macro W|WHILE  DO|END;|<2:1><6:4>$
  11.  
  12. ;WITH macro
  13. .macro w|WITH  DO|END;|<2:1><5:4>$
  14.  
  15. ;REPEAT-UNTIL macro
  16. .macro R|REPEAT||UNTIL ;|<1><6:4><1>$
  17.  
  18.  
  19.